+2000-05-18 Elliot Lee <sopwith@redhat.com>
+
+ * gdk/x11/gdkregion-generic.c: If a region does not have any
+ rectangles, or if the specified rectangle is not in the region, then return GDK_OVERLAP_RECTANGLE_OUT
+ instead of GDK_OVERLAP_RECTANGLE_IN.
+
2000-05-17 Jonathan Blandford <jrb@redhat.com>
* gtk/gtklayout.c (gtk_layout_map): Remove references to
+2000-05-18 Elliot Lee <sopwith@redhat.com>
+
+ * gdk/x11/gdkregion-generic.c: If a region does not have any
+ rectangles, or if the specified rectangle is not in the region, then return GDK_OVERLAP_RECTANGLE_OUT
+ instead of GDK_OVERLAP_RECTANGLE_IN.
+
2000-05-17 Jonathan Blandford <jrb@redhat.com>
* gtk/gtklayout.c (gtk_layout_map): Remove references to
+2000-05-18 Elliot Lee <sopwith@redhat.com>
+
+ * gdk/x11/gdkregion-generic.c: If a region does not have any
+ rectangles, or if the specified rectangle is not in the region, then return GDK_OVERLAP_RECTANGLE_OUT
+ instead of GDK_OVERLAP_RECTANGLE_IN.
+
2000-05-17 Jonathan Blandford <jrb@redhat.com>
* gtk/gtklayout.c (gtk_layout_map): Remove references to
+2000-05-18 Elliot Lee <sopwith@redhat.com>
+
+ * gdk/x11/gdkregion-generic.c: If a region does not have any
+ rectangles, or if the specified rectangle is not in the region, then return GDK_OVERLAP_RECTANGLE_OUT
+ instead of GDK_OVERLAP_RECTANGLE_IN.
+
2000-05-17 Jonathan Blandford <jrb@redhat.com>
* gtk/gtklayout.c (gtk_layout_map): Remove references to
+2000-05-18 Elliot Lee <sopwith@redhat.com>
+
+ * gdk/x11/gdkregion-generic.c: If a region does not have any
+ rectangles, or if the specified rectangle is not in the region, then return GDK_OVERLAP_RECTANGLE_OUT
+ instead of GDK_OVERLAP_RECTANGLE_IN.
+
2000-05-17 Jonathan Blandford <jrb@redhat.com>
* gtk/gtklayout.c (gtk_layout_map): Remove references to
+2000-05-18 Elliot Lee <sopwith@redhat.com>
+
+ * gdk/x11/gdkregion-generic.c: If a region does not have any
+ rectangles, or if the specified rectangle is not in the region, then return GDK_OVERLAP_RECTANGLE_OUT
+ instead of GDK_OVERLAP_RECTANGLE_IN.
+
2000-05-17 Jonathan Blandford <jrb@redhat.com>
* gtk/gtklayout.c (gtk_layout_map): Remove references to
+2000-05-18 Elliot Lee <sopwith@redhat.com>
+
+ * gdk/x11/gdkregion-generic.c: If a region does not have any
+ rectangles, or if the specified rectangle is not in the region, then return GDK_OVERLAP_RECTANGLE_OUT
+ instead of GDK_OVERLAP_RECTANGLE_IN.
+
2000-05-17 Jonathan Blandford <jrb@redhat.com>
* gtk/gtklayout.c (gtk_layout_map): Remove references to
/* this is (just) a useful optimization */
if ((region->numRects == 0) || !EXTENTCHECK (®ion->extents, prect))
- return GDK_OVERLAP_RECTANGLE_IN;
+ return GDK_OVERLAP_RECTANGLE_OUT;
partOut = FALSE;
partIn = FALSE;
/* this is (just) a useful optimization */
if ((region->numRects == 0) || !EXTENTCHECK (®ion->extents, prect))
- return GDK_OVERLAP_RECTANGLE_IN;
+ return GDK_OVERLAP_RECTANGLE_OUT;
partOut = FALSE;
partIn = FALSE;